Dreamweaver lets you specify content to display in older and text-based browsers that do not support frames. Dreamweaver inserts the content you specify in the frameset document using a statement similar to the following:
<noframes><body bgcolor="#FFFFFF">this is the noframes content. </body></noframes>
When a browser that doesn't support frames loads the frameset file, the browser displays only the NOFRAMES
content.
To define NOFRAMES content:
1 | Choose Modify > Frameset > Edit NoFrames Content. |
Dreamweaver clears the Document window, and the words "NoFrames Content" appear at the top of the body area. | |
2 | To create the NoFrames content, do one of the following: |
![]() |
In the Document window, type or insert the content. |
![]() |
Choose Window > HTML Source, and between the <noframes> tags, type the content or HTML code for the content. |
3 | Choose Modify > Frameset > Edit NoFrames Content again to return to the normal view of the frameset document. |
![]() |